Logger Constructor(List<ILoggingChannel>)

Summary

Initializes a new instance of the Logger class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal channels As List(Of ILoggingChannel) _ 
) 
public: 
Logger(  
   List<ILoggingChannel^>^ channels 
) 

Parameters

channels
The logging channels to associated with this Logger instance.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly